home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1996 March
/
EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso
/
earcd
/
comm2
/
ftp-mail.lha
/
FTP-Mail
/
prinzip.doc
< prev
next >
Wrap
Text File
|
1995-11-01
|
956b
|
28 lines
PRINZIP.DOC
----------------------------------------------------------------------------
ftp-mail.rexx scans the mail twice.
First it reads the mail line by line. TABS are converted into spaces.
Commands and arguments are splitted. If a command is not known ftp-mail is
looking for an alias. Such lines will be replaced and been scanned again, as
long as no other alias is found.
Empty lines or lines with a "#" at beginning are ignored.
The program puts found commands into an internal list.
Lines, which contents "|" are splitted and handled as like "|" is a new
command/line.
The internal list which is created by the 1st scan is scanned again. Command
after command is executed, as good as the program can.
In the logfiles you will see all this procedures again:
Found aliases are printed out. And you will see the original mail-line and
the built up command line.
----------------------------------------------------------------------------